/* CSS RESET - http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
p,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
section {
  margin-bottom: 100px;
}
.container {
  max-width: 1100px;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.float_clear:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  zoom: 1;
  clear: both;
}
ul {
  list-style: none;
}
a,
a:hover {
  text-decoration: none;
}
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}
.animi_n {
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.animi_d {
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.posi_left {
  position: relative;
  left: -600px;
  top: 0;
}
.posi_right {
  position: relative;
  left: 600px;
  top: 0;
}
.posi_down {
  position: relative;
  top: 30px;
}
.posi_up {
  position: relative;
  top: -30px;
}
.posi_animi {
  position: relative;
  top: 0 !important;
  left: 0 !important;
  opacity: 1 !important;
}
.carousel-inner .carousel-caption {
  padding-bottom: 64px;
}
.carousel-inner .carousel-caption .banner_title_en {
  font: 30px/40px "[HYe1gf]", Microsoft YaHei, "微软雅黑";
  color: #ddd;
}
.carousel-inner .carousel-caption .banner_title_ch {
  font: 28px/40px Microsoft YaHei, "微软雅黑";
  color: #3a9fec;
}
.carousel-inner .carousel-caption .banner_title_detail {
  font: 14px/30px Microsoft YaHei, "微软雅黑";
  color: #ddd;
}
#banner .carousel-inner .item > img {
  height: 300px;
}
.breadcrumb {
  position: relative;
  margin-top: 30px;
  padding: 0;
  background: none;
}
.breadcrumb ul {
  border-bottom: 1px solid #ddd;
}
.breadcrumb li {
  float: left;
  font: 14px/30px Microsoft YaHei, "微软雅黑";
  color: #666;
}
.breadcrumb li a {
  font: 14px/30px Microsoft YaHei, "微软雅黑";
  color: #666;
}
.breadcrumb .resent_place {
  color: #3a9fec;
}
